home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 122 / MOBICLIC 122.ISO / mac / DATA / DSS122 / DSS122_01 / DSS122_01.swf / scripts / frame_10 / DoAction.as
Text File  |  2010-02-11  |  990b  |  38 lines

  1. function initBT_RETOUR()
  2. {
  3.    var _loc3_ = this.BT_RETOUR;
  4.    _loc3_.onRollOver = function()
  5.    {
  6.       joueBruitage({nomSon:"B_RETOUR"});
  7.       gereTextes.afficheIB({mc:this,codeIB:"IB100"});
  8.       this.gotoAndPlay("E2");
  9.       gereCursor(2);
  10.    };
  11.    _loc3_.onRollOut = _loc3_.onDragOut = function()
  12.    {
  13.       stopBruitage({nomSon:"B_RETOUR"});
  14.       gereTextes.masqueIB({mc:this,codeIB:"IB100"});
  15.       this.gotoAndPlay("E1");
  16.       gereCursor(1);
  17.    };
  18.    _loc3_.onPress = function()
  19.    {
  20.       gZone = this.pNum;
  21.       stopBruitage({nomSon:"B_RETOUR"});
  22.       gereTextes.masqueIB({mc:this,codeIB:"IB100"});
  23.       _global.ChangeModule({codeRub:"DSS",numMod:0,A_GoLabel:"ATTENTE"});
  24.    };
  25. }
  26. var nom_du_son = "00";
  27. gNextLabel = "CARTE";
  28. joueSon({nomSon:nom_du_son});
  29. LATE.gotoAndStop("E2");
  30. stop();
  31. LETTRE_01._alpha = 0;
  32. if(_global.HOTE.gListeLettres_DSS122[0] == 1)
  33. {
  34.    LETTRE_01._visible = 0;
  35.    FOND_01.LETTRE_01._visible = 0;
  36. }
  37. initBT_RETOUR();
  38.